home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
i_l
/
irit5
/
triv_lib
/
triv_loc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-30
|
1KB
|
27 lines
/******************************************************************************
* Triv_loc.h - header file for the TRIV library. *
* This header is local to the library - it is NOT external. *
*******************************************************************************
* Written by Gershon Elber, Sep. 94. *
******************************************************************************/
#ifndef TRIV_LOC_H
#define TRIV_LOC_H
#include <math.h>
#include <stdio.h>
#include "irit_sm.h"
#include "iritprsr.h"
#include "cagd_lib.h"
/******************************************************************************
* This macro is called when the library has detected an unrecoverable error. *
* Default action is to call TrivFatalError, but you may want to reroute this *
* to invoke your handler and recover yourself (by long jump for example). *
******************************************************************************/
#define TRIV_FATAL_ERROR(Msg) TrivFatalError(Msg)
#include "triv_lib.h" /* Include the extrenal header as well. */
#endif /* TRIV_LOC_H */